home *** CD-ROM | disk | FTP | other *** search
/ Champak 146 / (Vol 146) Jan 07 2012.iso / Games / x_training.swf / scripts / DefineButton2_122 / BUTTONCONDACTION on(release, keyPress Enter).as
Encoding:
Text File  |  2012-01-07  |  71 b   |  4 lines

  1. on(release, keyPress "<Enter>"){
  2.    _root.gotoAndPlay("playing");
  3. }
  4.